***********************************************************************
***********           PANJIT International Inc.             ***********
***********************************************************************
*Nov 15, 2019                                                         *
*                                                                     *
*This SPICE Model describes the characteristics of a typical device   *
*and does not respresent the specification. Designer should refer to  *
*the same type name data sheet for specification limits.              *
***********************************************************************
*$
.subckt BZT52-B3V9S A K
.param
+vc0 = 5.073e-11	vc1 = 1.016e-9		vc2 = 3.013e0		vc3 = 2.565e-8		vc4 = 9.05e0
+tc1 = 2.221e-2		tc2 = 8.382e-3		tc3 = 4.021e-3		tc4 = 2.082e-3
.func irpwr(v) {(vc0+vc1*v^vc2)*(1.0+tc1*(temp-25)*exp(tc2*(temp-25)))+(vc3*v^vc4)*(1.0+tc3*(temp-25)*exp(tc4*(temp-25)))}
d1 A K zener
g1 K A value = {irpwr(v(K,A))}
.model zener d
***** flag parameter ***
+level = 1   
***** dc model parameter ***
+ is = 3.128e-15	   n = 1.071		  rs = 3.513e-1		ikf = 2.938e-1
+ibv = 1e-3		 nbv = 2		  bv = 3.9
***** capacitance parameter ***
+cjo = 1.652e-10	   m = 3.579e-1		  vj = 7.752e-1
+ fc = 0.5                      
***** temperature coefficient ***
+tnom = 25		  eg = 1.108		 xti = 3
+trs1 = 9.547e-4	trs2 = 5.531e-7		tbv1 = -4.918e-4
.ends BZT52-B3V9S
*$
